Autogenerated HTML docs for v1.1.6-g8233 
diff --git a/git-apply.txt b/git-apply.txt index 51c7d47..75076b6 100644 --- a/git-apply.txt +++ b/git-apply.txt 
@@ -10,7 +10,7 @@  --------  [verse]  'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply] - [--no-add] [--index-info] [--allow-binary-replacement] [-z] + [--no-add] [--index-info] [--allow-binary-replacement] [-z] [-pNUM]  [<patch>...]    DESCRIPTION @@ -68,6 +68,10 @@ 	backslash characters replaced with `\t`, `\n`, and `\\`, 	respectively.   +-p<n>:: +	Remove <n> leading slashes from traditional diff paths. The +	default is 1. +  --apply:: 	If you use any of the options marked ``Turns off 	"apply"'' above, git-apply reads and outputs the